home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / tbbs093.lha / CharSetSrc / CharSets.Txt next >
Text File  |  1994-02-15  |  2KB  |  47 lines

  1. If you wish to support conversions of whatever special characters used in
  2. your language between ISO and any other character set than IBM (the IBM
  3. conversion should be complete), such as various 7-bit character sets, you
  4. can make your own character sets using the MCS (MakeCharSet) program by
  5. first creating an ASCII file containing the name of the character set on
  6. the first line (the name of the character set file will be this with .DAT
  7. appended), the extension for SendMenu on the second line, and after this
  8. the conversion values to ISO (if you wish to use something else as your
  9. internal character set, you will have to make all of the conversion tables
  10. yourself), the conversion from ISO is done for you by MCS (note that if you
  11. convert several characters to the same ISO character, the ISO character
  12. will be converted to the first one of these).  After this you just have to
  13. run MCS with the name of this ASCII file as an argument, and copy the
  14. resulting .DAT-file to your CharSet/ directory.
  15.  
  16. If you make any useful (commonly used in some country) character sets,
  17. please send them (preferably the source-files) to me and I will include
  18. them in a future distribution.
  19.  
  20. The "sources" for the character sets in the CharSet/ of the distribution
  21. archive are included.
  22.  
  23.  - ISO is a dummy character set, everything is converted to itself.
  24.  
  25.  - IBM should convert all the characters that have ISO equivalents
  26. correctly, if something is converted incorrectly, please tell me.
  27.  
  28.  - SF7 converts the 7-bit finnish (probably identical to the swedish?)
  29. character set to ISO, the following characters are converted:
  30.  
  31. { (123) <-> (228) ä
  32. | (124) <-> (246) ö
  33. } (125) <-> (229) å
  34. [  (91) <-> (196) Ä
  35. \  (92) <-> (214) Ö
  36. ]  (93) <-> (197) Å
  37.  
  38. Any characters above 127 are stripped (converted to 0).
  39.  
  40.  - ISOSF7 converts the same characters as SF7 but it doesn't strip
  41. characters above 127 (it leaves them as they are).
  42.  
  43.  - IBMSF7 converts the same characters as SF7 and also the IBM characters.
  44.  
  45. Note:  The hardest part of character set conversions is to get your users
  46. to select the character set they are actually using...
  47.